
{
	"name": {
		"text": "(type) master emerald"
	},

	"armor_material": {
		"durability": 5,
		"damage_reduction_amounts": [1, 2, 3, 1],
		"enchantibility": 15,
		"toughness": 0.0,
		"sound": "item.armor.equip_generic"
	},

	"abilities": [
		{
			"ability": "lucraftcore:command_loop",
			"cooldown": 0,
			"show_in_bar": true,
			"title": {"translate":"absorb emeralds power"},
			"icon": { "type": "internal" },
			"bar_color": "green",
			"commands": ["/scoreboard players tag @s add (type)", "/replaceitem entity @s slot.aromor.chest air"]
		}
	],

	"armor_parts": {

		"chest": {
			"openable": false,
			"glow": false,
			"name": {
				"text": "(type) Master Emerald"
			},
			"textures": {
				"normal": "mnailens:textures/emeralds/.png"
			},
			"item_texture": {
				"model": "minecraft:emerald"
			}
		}
	}
}